Skip to content

docs: Add Cayenne CDC and scan-path observability metrics#1735

Merged
lukekim merged 1 commit into
trunkfrom
docs/update-cayenne-cdc-metrics
May 18, 2026
Merged

docs: Add Cayenne CDC and scan-path observability metrics#1735
lukekim merged 1 commit into
trunkfrom
docs/update-cayenne-cdc-metrics

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

  • Update the Cayenne deployment guide Metrics section to document new OpenTelemetry instruments for CDC ingestion and scan-path observability
  • Replaces the previous statement that no Cayenne-specific instruments are registered

Source PRs

Changes

  • website/docs/components/data-accelerators/cayenne/deployment.md — Added CDC Apply Metrics table (4 histograms: burst duration, bytes, envelopes, fixed-cost phases) and Scan-Path Metrics table (1 gauge + 2 histograms: listing table cache entries, fence wait duration, listing scan duration)

Test plan

  • cd website && npm run build passes locally (Docusaurus throws on broken links and undefined frontmatter tags)
  • All metric names verified against source code (crates/runtime/src/accelerated_table/metrics.rs and crates/telemetry/src/lib.rs)
  • Links are valid

Document the new OpenTelemetry instruments registered for CDC
ingestion (burst duration, bytes, envelopes, fixed-cost phases)
and scan-path observability (listing table cache, fence wait,
scan duration) in the Cayenne deployment guide.
@claudespice claudespice self-assigned this May 18, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 18, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://b6964bd4.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 8343bff into trunk May 18, 2026
8 of 11 checks passed
@lukekim lukekim deleted the docs/update-cayenne-cdc-metrics branch May 18, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants